home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-04-06 | 1.4 KB | 37 lines | [ttro/ttxt] |
- HexEngine - Version History
- Versions not listed were internal improvement versions.
- ***************************************
- 0.80b (current version; first beta version)
- - introduced PathObject class for AI detection of
- optimal route from one hex to another;
- - introduced new methods for HexFieldData to
- improve managing the Content array:
- CopyCellContent, CopyCellLayer,
- MoveCellContent, MoveCellLayer ;
- - introduced functions to find the coordinates of
- a neighboring hex in a HexFieldData object:
- NeighborCol , NeighborRow ;
- ***************************************
- 0.74a (internal)
- - fixed bug with Update/HiliteHex where hexes in
- row or column 0 were shown;
- - fixed small appearance bug in Update/HiliteHex
- functions pertaining to gridstrength ;
- - fixed bug with ShowGridAfter where hex grids
- were shown in wrong order;
- - improved ScaledPic function for looks;
- - fixed internal synchronization problem with
- animations, where AnimatorThread could up-
- date a hex with graphics that had already been
- replaced. Now only one UpdateHex routine is
- being performed on a given cell at a time dur-
- ing animation.
- ***************************************
- 0.72a
- - added layer object model;
- - added graphic functions;
- - added HexContentLayer, HexObject,
- HexObjectState, AnimatorThread.
- ***************************************
- 0.64a (First version)
- ***************************************